How to Install gox software package in Ubuntu 16.04 LTS (Xenial Xerus)

How to Install gox software package in Ubuntu 16.04 LTS (Xenial Xerus)

gox software package provides simple cross compilation tool for Go, you can install in your Ubuntu 16.04 LTS (Xenial Xerus) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install gox 

gox is installed in your system.

Make ensure the gox package were installed using the commands given below,

$ sudo dpkg-query -l | grep gox *

You will get with gox package name, version, architecture and description in a table

gox package basic information:

Distro Ubuntu 16 04 lts xenial xerus
Section Development
Package gox
Version 0.3.0-1
Description simple cross compilation tool for Go
Sub Section Devel


See Also, How to uninstall or remove gox software package from Ubuntu 16.04 LTS (Xenial Xerus) ?